Skip to content

Conversation

@lp
Copy link

@lp lp commented Nov 5, 2010

Hi,

I corrected the Objective-C entry, the author loopole was me... the previous entry ObjCRedis was my first attempt to build an Redis Objective-C lib, was based on Credis, quickly changed focus as Credis is incomplete and has certain bugs. The new one ObjCHiredis, based on Hiredis is way simplier, stable and versatile.

Thanks!

L-P

@djanowski
Copy link
Contributor

Cool, thank you.
Please note that the authors array contains Twitter usernames, I believe yours was correct as is.

@djanowski
Copy link
Contributor

Also, the description field is meant to direct users to the correct library they're looking for. Can you make it read something shorter? Like: "Static Library for iOS4 device and Simulator, plus Objective-C framework for MacOS 10.5+"

@lp
Copy link
Author

lp commented Nov 8, 2010

Great,
Just did a new pull request, thanks!

L-P

braddunbar added a commit to braddunbar/redis-doc that referenced this pull request May 6, 2020
This snippet is missing (I think) a `SET` argument.

    127.0.0.1:6379> BITFIELD mystring SET i8 #0 100 i8 redis#1 200
    (error) ERR syntax error
    127.0.0.1:6379> BITFIELD mystring SET i8 #0 100 SET i8 redis#1 200
    1) (integer) 0
    2) (integer) 0
    127.0.0.1:6379> get mystring
    "d\xc8"
itamarhaber pushed a commit that referenced this pull request May 21, 2020
This snippet is missing (I think) a `SET` argument.

    127.0.0.1:6379> BITFIELD mystring SET i8 #0 100 i8 #1 200
    (error) ERR syntax error
    127.0.0.1:6379> BITFIELD mystring SET i8 #0 100 SET i8 #1 200
    1) (integer) 0
    2) (integer) 0
    127.0.0.1:6379> get mystring
    "d\xc8"
uglide pushed a commit to uglide/redis-doc that referenced this pull request Mar 24, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants